Module 8: Automate Scaling
Cloud Operations on AWS
Create a launch template (AMI, instance type, security group, key pair)
Create an Auto Scaling group
Select and configure the scaling policy
| Policy | Behavior |
|---|---|
| Simple scaling | Cycles through cooldown before responding to new alarms |
| Step scaling | Responds to additional alarms as they occur — recommended |
| Target tracking | Select a metric and target value; EC2 manages the rest |
| Predictive scaling | Forecasts load from history and schedules capacity ahead |
Issue: Error: "AMI <AMI ID> is pending, and cannot be run."
Cause: The newly created AMI might not be available yet.
Solution: Wait for the AMI to become available, then create the launch template.
Next: Module 9 — Monitor and Maintain System Health
Click branch to expand